* GtkColumnView allows the user to select items according to the selection
* characteristics of the model. If the provided model is not a #GtkSelectionModel,
* GtkColumnView will wrap it in a #GtkSingleSelection. For models that allow
- * multiple selected items, it is possible to turn on _rubberband selection_,
+ * multiple selected items, it is possible to turn on *rubberband selection*,
* using #GtkColumnView:enable-rubberband.
*
* The column view supports sorting that can be customized by the user by
*
* Gets the list of columns in this column view. This list is constant over
* the lifetime of @self and can be used to monitor changes to the columns
- * of @self by connecting to the GListModel:items-changed signal.
+ * of @self by connecting to the #GListModel:items-changed signal.
*
* Returns: (transfer none): The list managing the columns
**/
*/
void
gtk_column_view_set_show_row_separators (GtkColumnView *self,
- gboolean show_row_separators)
+ gboolean show_row_separators)
{
g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
*/
void
gtk_column_view_set_show_column_separators (GtkColumnView *self,
- gboolean show_column_separators)
+ gboolean show_column_separators)
{
g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
* useful if the list of options is long. To enable the search entry,
* use gtk_drop_down_set_enable_search().
*
- * * # CSS nodes
+ * # CSS nodes
*
* GtkDropDown has a single CSS node with name dropdown,
* with the button and popover nodes as children.
/**
* SECTION:gtkgridview
* @title: GtkGridView
- * @short_description: A widget for displaying lists in a grid
+ * @short_description: A widget for displaying grids
* @see_also: #GListModel, #GtkListView, #GtkColumnView
*
* GtkGridView is a widget to present a view into a large dynamic grid of items.
/**
* SECTION:gtklistitem
* @title: GtkListItem
- * @short_description: Object used to represent items of a ListModel
+ * @short_description: Object used to represent items of a list model
* @see_also: #GtkListView, #GListModel
*
* #GtkListItem is the object that list-handling containers such